home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update16.zoo / libg++-test / diffs
Encoding:
Text File  |  1992-03-06  |  698 b   |  35 lines

  1. *** 1.1    1991/07/11 03:14:47
  2. --- makefile.32    1992/03/06 19:00:34
  3. ***************
  4. *** 1,6 ****
  5.   # Makefile for g++ library test files (32 bit int default)
  6.   
  7. ! GXX= cg++
  8.   CC= cgcc
  9.   AR= car
  10.   AS= $(CC)
  11. --- 1,6 ----
  12.   # Makefile for g++ library test files (32 bit int default)
  13.   
  14. ! GXX= cgcc
  15.   CC= cgcc
  16.   AR= car
  17.   AS= $(CC)
  18. ***************
  19. *** 35,41 ****
  20.   PPFLAGS= -P -DNDEBUG
  21.   
  22.   # ld flags
  23. ! LDFLAGS = -v -G -lpml
  24.   
  25.   # test targets
  26.   TEST= tbitset.ttp tbitstri.ttp tcomplex.ttp tfile.ttp tfix.ttp tfix16.ttp \
  27. --- 35,41 ----
  28.   PPFLAGS= -P -DNDEBUG
  29.   
  30.   # ld flags
  31. ! LDFLAGS = -v -lpml -s -lg++
  32.   
  33.   # test targets
  34.   TEST= tbitset.ttp tbitstri.ttp tcomplex.ttp tfile.ttp tfix.ttp tfix16.ttp \
  35.